home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / python2.6 / distutils / command / __init__.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  702 b   |  28 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. '''distutils.command
  5.  
  6. Package containing implementation of all the standard Distutils
  7. commands.'''
  8. __revision__ = '$Id: __init__.py 71272 2009-04-05 21:21:05Z georg.brandl $'
  9. __all__ = [
  10.     'build',
  11.     'build_py',
  12.     'build_ext',
  13.     'build_clib',
  14.     'build_scripts',
  15.     'clean',
  16.     'install',
  17.     'install_lib',
  18.     'install_headers',
  19.     'install_scripts',
  20.     'install_data',
  21.     'sdist',
  22.     'register',
  23.     'bdist',
  24.     'bdist_dumb',
  25.     'bdist_rpm',
  26.     'bdist_wininst',
  27.     'upload']
  28.